home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000293_news@newsmaster….columbia.edu _Thu Jun 12 09:03:57 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA17209
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 12 Jun 1997 09:03:56 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA29669
  7.     for kermit.misc@watsun; Thu, 12 Jun 1997 09:03:55 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Resend #2: Problem Building HP-UX 9 C-Kermit
  12. Date: 12 Jun 1997 13:03:39 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <5nos3b$sv3$1@newsmaster.cc.columbia.edu>
  16. References: <5nmvka$sc0@news-central.tiac.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Keywords: HP-UX select
  19.  {Sorry, this message was partially truncated the first time I sent it.
  20.  Here is the complete version.}
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7150
  22.  
  23. In article <5nmvka$sc0@news-central.tiac.net>,
  24. Michael Ciaraldi <ciaraldi@tiac.net> wrote:
  25. : I am running an HP 9000 PA-RISC workstation under HP-UX 9.07.
  26. : The kermit that comes with it, C-Kermit 4E(072) works all right,
  27. : but I wanted to get the newest version.
  28. : I downloaded the source from Columbia and compiled it with GCC
  29. : with the command "make hpux90gcc".
  30. : This compiled and linked without error.
  31. : However, when I run it does not work correctly.
  32. : I can start kermit, set the line and speed, then connect.
  33. : Anything I type on my keyboard does not go out the serial port,
  34. : but things that come into the  serial port from the other system
  35. : appear on my screen OK. As I mentioned, the old version of
  36. : Kermit works fine in this situation.
  37. OK, so it's not 10.10 or later...  C-Kermit 6.0.192 has been built
  38. with gcc and tested successfully on 9.07, but not by me personally.
  39. However, I have built and tested it on 9.05 with the HP compiler.
  40.  
  41. : Any ideas?
  42. Probably some peculiarity of your system's setup -- conflicting
  43. libraries and/or header files or somesuch.  Maybe you installed a
  44. new version of HP-UX or the HP compilers or gcc without running
  45. fixincludes? 
  46.  
  47. In any case, try the prebuilt binaries from here:
  48.  
  49.   http://www.columbia.edu/kermit/ck60ubin.html
  50.  
  51. Or try building at your place with the HP compiler (yes, I know
  52. the regular one is not optimized) instead of gcc.
  53.  
  54. - Frank